home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 4 / Gold Medal Software - Volume 4 (Gold Medal) (1994).iso / utils1 / fh103.arj / FHEX.INS / FHD.BAT < prev    next >
DOS Batch File  |  1994-08-05  |  624b  |  13 lines

  1. @echo off
  2. : This is an example batch file.
  3. : Place whatever favorite command(s) you would like to be able to use
  4. : from "inside" File Handler.  
  5. : From the Main Screen within FH, press [ctl-e] to run this batch file.
  6. echo This batch file is an example batch file to be edited by the user
  7. echo of File Handler.  It can be run from within FH by pressing [ctl-e]
  8. echo while at the Main Screen.
  9. echo.
  10. echo You may alter this batch file to your liking. But if you distribute
  11. echo File Handler you must use this original with the distributed copy.
  12. echo See FH.DOC for more details on registration and licensing.
  13. pause